[PATCH] Copypasta: it obviously intended to run txCommand
authorMike Kaganski <mike.kaganski@collabora.com>
Fri, 13 Mar 2026 07:19:59 +0000 (12:19 +0500)
committerRene Engelhard <rene@debian.org>
Wed, 25 Mar 2026 20:39:29 +0000 (21:39 +0100)
From commit 9e18540c73f2a218a855c1a8605b5a51e0b4d366 (implement system
afdko, 2025-11-04).

Change-Id: Ib1b7f3671ea581bd1b41705d2d4ea3ebf2febca4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/201612
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Gbp-Pq: Name use-correct-adfko-command.diff

vcl/source/gdi/embeddedfontsafdko.cxx

index 53a1944fbc31e70b575f78b4378317c47fd6aa04..7558faed7085c65740108557b71beb742bd947b4 100644 (file)
@@ -285,7 +285,7 @@ bool EmbeddedFontsManager::mergefonts(const OUString& cidFontInfoUrl, const OUSt
     OString txCommand = TX " -t1 " + destFilePathA + " " + tmpdestfile;
     SAL_INFO("vcl.fonts", txCommand);
 #if USE_AFDKO_PROGRAMS
-    result = system(mergeFontsCommand.getStr()) == 0;
+    result = system(txCommand.getStr()) == 0;
 #else
     try
     {